From 66900f306e834b150341db6c07530d0db1f54dbc Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 10 Sep 2008 15:36:26 +0000 Subject: [PATCH] Syntax fixes for non-Windows, non-Mac jeeps code. --- gpsbabel/jeeps/gpslibusb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/jeeps/gpslibusb.c b/gpsbabel/jeeps/gpslibusb.c index a2c5be780..2a353d01c 100644 --- a/gpsbabel/jeeps/gpslibusb.c +++ b/gpsbabel/jeeps/gpslibusb.c @@ -67,7 +67,7 @@ static char ** os_get_garmin_mountpoints() { // Hacked for testing. - return { ".", NULL }; + return NULL; } #elif __APPLE__ // In fantasy land, we'd query iokit for enumerated devices of the Garmin @@ -84,7 +84,7 @@ char ** os_get_garmin_mountpoints() #elif char ** os_get_garmin_mountpoints() { - return {NULL}; + return NULL; } #endif -- 2.30.2